.bg{
	overflow: hidden;
	min-width: 1200px;
}
.bg img{
	display: block;
	width: 100%;
}

.about{
	background: #fff;
	overflow: hidden;
	margin:20px 0;
}
.about .title{
	font-size: 30px;
	text-align: center;
	color: rgb(190,41,45);
	position: relative;
	padding: 30px;
}
.about .title:before{
	display: block;
	content: "";
	position: absolute;
	width:100px;
	height: 1px;
	background:#fdbdbe;
	left:50%;
	bottom: 20px;
	margin-left:-50px;
}
.about p{
	width:1000px;
	padding:50px;
	line-height:30px;
	margin:0 auto;
	background-color: #f1f1f1;
	color:#393939;
	position: relative;
	font-size: 14px;
	text-indent: 20px;
}
.about p:before{
	display: block;
	content: "";
	position: absolute;
	width:0;
	height: 0;
	left:0;
	top:0;
	border-width: 30px;
	border-color: #fff #f1f1f1 #f1f1f1 #fff;
	border-style: solid;
}
.about p:after{
	display: block;
	content: "";
	position: absolute;
	width:0;
	height: 0;
	right:0;
	bottom:0;
	border-width: 30px;
	border-color:#f1f1f1 #fff #fff #f1f1f1;
	border-style: solid;
}

.news{
	margin:20px auto;
	width:1100px; 
	overflow: hidden;
}
.news>h1{
	line-height: 60px;
	height: 60px;
	color: #d84032;
	font-size: 25px;
	border-bottom: 1px solid #d84032;
	margin:10px 0;
}
.news .news_list{
	overflow: hidden;
	width: 1200px;
	padding: 0 10px;
	margin:20px 0;
}
.news_list:hover{
	background: #f1f1f1;
}
.news_list>img{
	display: block;
	width:200px;
	height: 120px;
	margin:10px 30px 10px 0;
	float: left;
}
.news_list .cont{
	width:950px;
	overflow: hidden;
	float: left
}
.cont .title{
	margin:5px 0;
	font-size: 20px;
	color:#333;
	height: 30px;
	line-height: 30px;
}
.cont .info{
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	
}
.info a{
	color:#8a8383;
	font-size: 13px;
}
.cont .time{
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	color:#999;

}


.news .news_about{
	overflow: hidden;
	margin:30px 0;
}
.news_about .ti{
	font-size: 25px;
	color:#222;
	text-align: center;
}
.news_about .ti_cont{
	margin:20px 0;
	line-height: 40px;
	color:#666;
	font-size:13px;
	text-indent: 30px;
}



.news_info{
	width: 1100px;
	margin: 50px auto;
	overflow: hidden;
}
.news_info h1{
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	text-align: center;
	color: #333;
}
.news_info p{
	line-height:40px;
	color: #999;
	font-size: 14px;
	text-indent: 20px;
}